communication/http

set HTTP header

rule:
  meta:
    name: set HTTP header
    namespace: communication/http
    authors:
      - michael.hunhoff@mandiant.com
      - anushka.virgaonkar@mandiant.com
    scopes:
      static: function
      dynamic: thread
    mbc:
      - Communication::HTTP Communication::Set Header [C0002.013]
    examples:
      - 6A352C3E55E8AE5ED39DC1BE7FB964B1:0x1000E230
  features:
    - or:
      - api: winhttp.WinHttpAddRequestHeaders
      - property/write: System.Net.WebClient::Headers
      - and:
        - api: System.Net.WebHeaderCollection::Add
        - optional:
          - property/read: System.Net.WebClient::Headers

last edited: 2023-11-24 10:34:28